home *** CD-ROM | disk | FTP | other *** search
/ Terra Sound Library / Terra Sound Library.iso / player_composer / eagleplayer / ep_to_install / installdata / arexxexamples.lha / EP_Overwrite.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  93b  |  10 lines

  1. /* EaglePlayer - set Overwrite */
  2.  
  3. address 'rexx_EP'
  4.  
  5. parse arg zustand
  6.  
  7. Overwrite zustand
  8.  
  9.  
  10.